home *** CD-ROM | disk | FTP | other *** search
/ Top 101 Multimedia Shareware '93 / Top 101 Multimedia Shareware 1993.iso / thesky / install.dat < prev    next >
Text File  |  1991-08-09  |  2KB  |  109 lines

  1. /*
  2.  * INSTALL.DAT
  3.  *
  4.  * Project: The_Sky
  5.  * Version: 4.1
  6.  *
  7.  * This INSTALL.DAT was automatically generated by DDB
  8.  */
  9.  
  10. @DefineProject
  11.     @Name = "The_Sky"
  12.     @Version = "4.1"
  13.     @Subdir = "\\SKY"
  14.     @OutDrive = Z
  15.     @EndProject
  16.  
  17. @Display
  18.     @Cls
  19.                              Software Bisque
  20.     This program will install:
  21.     @Name version @Version
  22.     on your computer system and verify the integrity of the
  23.     distribution disk(s).  You may press the [Esc] key at any time to
  24.     abort the installation.
  25.  
  26.     Each question has a default answer.  If the default answer is
  27.     correct, press the ENTER key in response to the question.
  28.     Otherwise, type the answer and then press the ENTER key.
  29.  
  30.     If you make a mistake while typing, press the BACKSPACE key
  31.     and then retype the answer.
  32.  
  33.     @Pause
  34. @EndDisplay
  35.  
  36. @GetOutDrive
  37.     @Cls
  38.  
  39.     On which disk drive do you wish to install @Name?
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. @EndOutDrive
  54.  
  55. @GetSubdir
  56.     @Cls
  57.     Now you need to specify the disk destination subdirectory.  The
  58.     subdirectory is the location on your disk where the @Name system
  59.     will be installed.  If you don't know what a "subdirectory" is, you
  60.     probably need not worry about it, and should enter "\" for the next
  61.     prompt (don't type the quote characters).
  62.  
  63.     If you are using a subdirectory system, and the DOS PATH command,
  64.     and you install @Name in the @Subdir subdirectory, you will
  65.     probably want to modify the PATH so that it includes the
  66.     subdirectory @Subdir in addition to the current subdirectories.
  67.  
  68.  
  69.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  70. @EndSubdir
  71.  
  72.  
  73. @DefineDisk
  74.     @Label = "Disk #1"
  75.         @File SKY.EXE
  76.         @File README.NOW
  77.     @BeginLib SKY.001
  78.         @File PLANET.SKY @Size 4274 @Out PLANET.SKY
  79.         @File LABELS.SKY @Size 16562 @Out LABELS.SKY
  80.         @File CONSTL.SKY @Size 20580 @Out CONSTL.SKY
  81.         @File COMETS.SKY @Size 1152 @Out COMETS.SKY
  82.         @File SYSTEM.SKY @Size 1444 @Out SYSTEM.SKY
  83.         @File HELP.SKY @Size 20000 @Out HELP.SKY
  84.         @File LEVEL1.VIS @Size 2684 @Out LEVEL1.VIS
  85.         @File LEVEL1.SKY @Size 505862 @Out LEVEL1.SKY
  86.     @EndLib
  87. @EndDisk
  88.  
  89.  
  90. @DefineDisk
  91.     @Label = "Disk #2"
  92.     @BeginLib SKY.002
  93.         @File LEVEL1.SKY @Size 505862 @AppendTo LEVEL1.SKY
  94.         @File NGC1.TXT @Size 183100 @Out NGC1.TXT
  95.         @File SAO1-C.TXT @Size 47826 @Out SAO1-C.TXT
  96.     @EndLib
  97. @EndDisk
  98.  
  99.  
  100. @Finish
  101.     @ChDrive @OutDrive
  102.     @ChDir "@SubDir"
  103.  
  104.     Installation of @Name is now finished.
  105.  
  106.     @Pause
  107. @EndFinish
  108.  
  109.